-
Re: Smartsheet API Docs Site is Getting a Major Upgrade!
Very much lookup forward to this.3 · -
Re: Remove GO to sheet option
I agree this is a good idea. HOWEVER, there needs to be some easy way to know what sent the email, so that it can be traced back to the sending sheet/workflow. I think the easiest way would be to inc…2 · -
Re: Auto user provisioning
The question of what happens to existing Smartsheet groups when you enable Entra/Azure AD provision just came up for us too.1 · -
Re: API call for RowID
You should be able to get the row id with row.id # Looping through each row in the sheet for row in data["rows"]: print(row.id)1 · -
Using WebHooks & API to create your own custom Column Functions
I thought it might be useful to share a general method I developed to add Functions missing from Smartsheet. This technique makes use of WebHooks & the API. Most important: users can add this to …4 ·